﻿/* Agende seu exame - Modal */
.fs-agend-exames {
    position: fixed;
    top: 20px;
    overflow-y: scroll;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 55%;
    z-index: 22222;
    padding: 25px;
    display: none;
    background: #fff;
    height: 93%;
}
.fs-agend-exames .alerta{ padding: 10px 20px; border: 1px solid #009590; background-color: #eef8f8; color: #00716d; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.fs-agend-exames .btnSend input:hover,
.fs-agend-exames .btnSend input:focus,
.fs-agend-exames .btnSend input:active{ background: #45b1ad; border-color: #45b1ad; }
/* Container do floater */
#floater-do-banner { display:none; }

/* Efeito escurecer do floater */
.fs-fundo-floater { 
	display:none; position: fixed; top:0px; left:0px; z-index:400; width:100%; height:100%; float:left; background:#000; opacity: 0.8; filter: alpha(opacity=80); }

/* Floater */
.fs-floater { position:absolute; top:35px; left:0; right:0; z-index:401; margin:auto; width:689px; }
.fs-floater .fs-fechar { float:left; width:100%; text-align:right; }
.fs-floater .fs-fechar a { color:#fff; font-size:16px; margin:5px 0px; line-height:30px; }
.fs-floater img { width:100%; }  

@media(max-width:450px){
	.fs-agend-exames{
		width:90%;
	}
}